This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
Avoid exporting kvm
module outside crate boundary
#80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs #76 (I suppose that one matches the scope the best?)
KVM module does not provide any functionality exported outside of this crate, hence avoid making it public outside crate boundary.
![2021-10-07-10:10:58-screenshot](https://user-images.githubusercontent.com/12877905/136345561-61a0403f-0ae8-43d5-a0b7-fa9404bff5db.png)
Before:
After:
![2021-10-07-10:10:35-screenshot](https://user-images.githubusercontent.com/12877905/136345482-d4a174f7-2f5a-48a6-ba4c-e5e9ad229095.png)